﻿@charset "utf-8";

/*产品展示*/
.zjh_product {
    margin: 30px auto
}

.zjh_product_con {
    display: flex;
}

.zjh_product_con .hd {
    position: relative;
    width: 250px;
}

.zjh_product_con .hd .top {
    height: 100px;
    background: #054014;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    padding: 20px 0 0 20px;
    box-sizing: border-box
}

.zjh_product_con .hd .top b {
    font-weight: 100;
    display: block;
}


.zjh_product_con .hd ul {
    background: #228b22;
    display: flex;
    flex-direction: column;
    padding: 20px 0;
}

.zjh_product_con .hd ul a {
    color: #fff
}

.zjh_product_con .hd ul li {
    padding: 0 15px;
    cursor: pointer;
    width: 90%;
    box-sizing: border-box;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    color: #fff;
    border-bottom: 1px solid #30ab30;
    position: relative;
    text-indent: 20px
}

.zjh_product_con .hd ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    border: 1px solid #fff;
    border-style: solid solid none none;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 15px;
}

.zjh_product_con .hd ul li.on {
    background: #054014;
}

.zjh_product_con .hd dl {
    border: 1px solid #efefef;
    text-align: center;
}

.zjh_product_con .hd dl dd {
    background: url(../images/pho_02.png) no-repeat 10px 25px;
    height: 50px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    padding: 20px 0 20px 50px
}

.zjh_product_con .hd dl dd strong {
    display: block;
    font-family: Impact;
    color: #054014;
    font-size: 30px
}

.zjh_product_con .bd {
    width: 950px;
}

.zjh_product_con .bd ul {
    width: 950px;
    padding: 0 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align:
}

.zjh_product_con .bd li {
    width: 220px;
    height: 310px;
    padding: 5px;
    top: 0;
    position: relative;
    overflow: hidden;
}

.zjh_product_con .bd li .pic{
    width: 220px;
    height: 245px;overflow: hidden;
}

.zjh_product_con .bd li h2 a {
    font-size: 16px;
    line-height: 25px;
    color: #333
}

.zjh_product_con .bd li h3 a {
    font-size: 14px;
    color: #999;
    font-weight: 100;
    line-height: 30px
}

.zjh_product_con .bd li img {
    transition: all 0.6s;
    width: 100%
}
.zjh_product_con .bd li img:hover{
transform: scale(1.1);   
}

/*工程案例*/
.zjh_cases {
    margin: 30px auto
}

.zjh_cases_con {
    display: flex;
    flex-direction: column;
}

.zjh_cases_con .hd {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
}


.zjh_cases_con .hd ul {
    background: #228b22;
    display: flex;
    flex-wrap: wrap;
    width: 100%;

}

.zjh_cases_con .hd ul a {
    color: #fff
}

.zjh_cases_con .hd ul li {
    padding: 0 15px;
    cursor: pointer;
    width: 25%;
    box-sizing: border-box;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    color: #fff;
    border-bottom: 1px solid #30ab30;
    position: relative;
    text-indent: 20px;
    border-right: 1px solid #fff
}

.zjh_cases_con .hd ul li:after {
    content: ">";
    width: 18px;
    height: 18px;
    ;
    border: 2px solid #4fb34f;
    border-radius: 50%;
    position: absolute;
    top: 30%;
    right: 18px;
    ;
    text-indent: 0;
    line-height: 18px;
    text-align: center;
    font-family: "KaiTi";
    font-weight: bold;
    font-size: 14px;
    color: #4fb34f;
}

.zjh_cases_con .hd ul li.on {
    background: #054014;
}

.zjh_cases_con .hd ul li.on:after {
    content: ">";
    width: 18px;
    height: 18px;
    ;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 30%;
    right: 18px;
    ;
    text-indent: 0;
    line-height: 18px;
    text-align: center;
    font-family: "KaiTi";
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.zjh_cases_con .bd {
    width: 100%;

}

.zjh_cases_con .bd ul {
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
}

.zjh_cases_con .bd .left {
    width: 600px;
    height: 420px;
    border: 1px solid #efefef;
    position: relative;
    /*	display: flex;
	justify-content: center;
	align-items: center;*/
    padding: 20px;
    box-sizing: border-box;
}

.zjh_cases_con .bd .left:after {
    content: '';
    height: 260px;
    background: #084217;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 0
}


.zjh_cases_con .bd .left img {
    width: 535px;
    z-index: 1;
    position: relative;
    padding: 10px;
    border: 1px solid #efefef;
    background: #fff;
}

.zjh_cases_con .bd .left h2 {
    width: 485px;
    height: 70px;
    background: #efefef;
    color: #333;
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: 2;
    line-height: 70px;
    font-size: 18px;
    padding-left: 20px;
    box-sizing: border-box;
    color: #333;
    cursor: pointer;
}

.zjh_cases_con .bd .left h2 a {
    color: #333
}

.zjh_cases_con .bd .left h2:hover {
    background: #228b22;
    color: #fff
}

.zjh_cases_con .bd .left h2:hover a {
    color: #fff
}

.zjh_cases_con .bd .left h2:hover:after {
    content: '>';
    background: #333;
    color: #fff;
}

.zjh_cases_con .bd .left h2:after {
    content: '>';
    position: absolute;
    right: 0;
    top: 0;
    height: 70px;
    width: 70px;
    background: #228b22;
    z-index: 2;
    color: #fff;
    font-family: "KaiTi";
    font-size: 30px;
    text-align: center;
}

.zjh_cases_con .bd .right {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 580px;
    margin: 0 0 0 20px;
}

.zjh_cases_con .bd .right li {
    width: 285px;
    position: relative;
    text-align: center
}

.zjh_cases_con .bd .right li img {
    padding: 5px;
    border: 1px solid #efefef
}

.zjh_cases_con .bd li h2 a {
    font-size: 16px;
    line-height: 25px;
    color: #333
}

/*公司简介*/
.zjh_about {
    height: 400px;
    text-align: center;
}

.zjh_about p {
    font-size: 16px;
    line-height: 35px;
    text-indent: 30px;
    text-align: left;
}


.zjh_about a {
    padding: 10px 45px;
    background: #228b22;
    color: #fff;
    border-radius: 25px;
}

.zjh_about a:hover {
    background: #054014
}

/*资质荣誉*/
.zjh_honor {
    padding: 24px 0px;
    position: relative;
}

.mr_frBtnR,
.mr_frBtnL {
    font-size: 60px;
    font-weight: bold;
    font-family: "KaiTi";
    color: #efefef;
    display: inline-block;
    position: relative;
    top: 60px
}

.mr_frBtnL {
    cursor: pointer;
    display: inline;
    float: left;


}

.mr_frUl {
    float: left;
    height: 202px;
    width: 1130px;
    margin: 0 0 0 7px
}

.mr_frBtnR {
    cursor: pointer;
    float: right;
}

.mr_frBtnR:hover,
.mr_frBtnL:hover {
    color: #054014
}

.mr_frUl ul li {
    float: left;
    width: 260px;
    overflow: hidden;
    position: relative;
    margin: 0 10px 0 0;
    padding: 5px;
    border: 1px solid #efefef;
}

.mr_frUl ul li a img {
    /*display:block;*/
    width: 100%;
}

.mr_frUl ul li a {
    font-size: 0
}



/*新闻资讯*/
.zjh_news {
    padding: 30px 0;
    background: #f5f5f5
}

.zjh_news_con {
    display: flex;
    flex-direction: column;
}

.zjh_news_con .hd {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
}


.zjh_news_con .hd ul {
    width: 100%;
}

.zjh_news_con .hd ul li a {
    color: #333
}

.zjh_news_con .hd ul li {
    padding: 0 25px;
    cursor: pointer;
    box-sizing: border-box;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    color: #333;
    position: relative;
    display: inline-block;
}


.zjh_news_con .hd ul li.on {
    background: #054014;
}

.zjh_news_con .hd ul li.on a {
    color: #fff
}

.zjh_news_con .bd {
    width: 100%;

}

.zjh_news_con .bd ul {
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
}

.zjh_news_con .bd .left {
    width: 575px;
    position: relative;
    box-sizing: border-box;
    float: left;
}

.zjh_news_con .bd .left img {
    width: 575px;
    height: 245px;
    z-index: 1;
    position: relative;
    display: block;
    margin: 0 0 40px 0
}

.zjh_news_con .bd .left .fl {
    border-right: 1px solid #ccc;
    width: 100px;
    font-size: 18px;
    text-align: right;
    padding: 0 20px 0 0;
    box-sizing: border-box;
    height: 200px
}

.zjh_news_con .bd .left .fl b {
    font-size: 14px;
    display: block;
}

.zjh_news_con .bd .left .fr {
    width: 475px;
    padding: 0 0 0 20px;
    box-sizing: border-box;
}

.zjh_news_con .bd .left .fr .t {
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    color: #333;
    display: block;
    position: relative;
}

.zjh_news_con .bd .left .fr .t:before {
    content: '';
    width: 1px;
    height: 40px;
    background: #228b22;
    position: absolute;
    display: inline-block;
    left: -21px
}

.zjh_news_con .bd .left .fr .t:hover {
    color: #228b22
}

.zjh_news_con .bd .left .fr p {
    line-height: 30px;
    font-size: 14px;
}

.zjh_news_con .bd .left .fr .more {
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
    color: #333;
    padding: 0 30px;
    border-top: 1px solid #ccc;
    display: inline-block;
    margin: 20px 0 0 0
}


.zjh_news_con .bd .right {
    width: 580px;
    margin: 0 0 0 20px;
    float: right;
    text-align: left
}

.zjh_news_con .bd .right li {
    width: 100%;
    height: 160px
}

.zjh_news_con .bd .right .fl {
    border-right: 1px solid #ccc;
    width: 100px;
    font-size: 18px;
    text-align: right;
    padding: 0 20px 0 0;
    box-sizing: border-box;
    height: 160px
}

.zjh_news_con .bd .right .fl b {
    font-size: 14px;
    display: block;
}

.zjh_news_con .bd .right .fr {
    width: 475px;
    padding: 0 0 20px 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc
}

.zjh_news_con .bd .right .fr .t {
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    color: #333;
    display: block;
    position: relative;
}

.zjh_news_con .bd .right .fr .t:before {
    content: '';
    width: 1px;
    height: 40px;
    background: #228b22;
    position: absolute;
    display: inline-block;
    left: -26px
}

.zjh_news_con .bd .right .fr .t:hover {
    color: #228b22
}

.zjh_news_con .bd .right .fr p {
    line-height: 30px;
    font-size: 14px;
}

/*合作伙伴*/
.zjh_partners {
    overflow: hidden;
    position: relative;
    margin: 30px auto;
    width: 1200px
}


.zjh_partners .bd {
    padding: 10px;
}

.zjh_partners .bd ul {
    overflow: hidden;
    zoom: 1;
}

.zjh_partners .bd ul li {
    margin: 0 8px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.zjh_partners .bd ul li .pic {
    text-align: center;
}

.zjh_partners .bd ul li .pic img {
    width: 200px;
    height: 80px;
    display: block;
    padding: 2px;
    border: 1px solid #ccc;
}

.zjh_partners .bd ul li .pic a:hover img {
    border-color: #999;
}

.zjh_partners .bd ul li .title {
    line-height: 24px;
}